Autogenerated HTML docs for v2.21.0-rc1 
diff --git a/RelNotes/2.21.0.txt b/RelNotes/2.21.0.txt index 8a9a8dd..7a49ded 100644 --- a/RelNotes/2.21.0.txt +++ b/RelNotes/2.21.0.txt 
@@ -26,7 +26,7 @@  the fast-export side has been made.    * "git push $there $src:$dst" rejects when $dst is not a fully - qualified refname and not clear what the end user meant. The + qualified refname and it is not clear what the end user meant. The  codepath has been taught to give a clearer error message, and also  guess where the push should go by taking the type of the pushed  object into account (e.g. a tag object would want to go under @@ -77,9 +77,9 @@    * A new date format "--date=human" that morphs its output depending  on how far the time is from the current time has been introduced. - "--date=auto" can be used to use this new format when the output is - going to the pager or to the terminal and otherwise the default - format. + "--date=auto:human" can be used to use this new format (or any + existing format) when the output is going to the pager or to the + terminal, and otherwise the default format.      Performance, Internal Implementation, Development Support etc. @@ -88,7 +88,7 @@  (non-)existence of loose objects.    * More codepaths have become aware of working with in-core repository - instance other than the default "the_repository". + instances other than the default "the_repository".    * The "strncat()" function is now among the banned functions.   @@ -125,13 +125,13 @@  * The in-core repository instances are passed through more codepaths.    * Update the protocol message specification to allow only the limited - use of scaled quantities. This is ensure potential compatibility - issues will not go out of hand. + use of scaled quantities. This is to ensure potential compatibility + issues will not get out of hand.    * Micro-optimize the code that prepares commit objects to be walked  by "git rev-list" when the commit-graph is available.   - * "git fetch" and "git upload-pack" learned to send all exchange over + * "git fetch" and "git upload-pack" learned to send all exchanges over  the sideband channel while talking the v2 protocol.    * The codepath to write out commit-graph has been optimized by @@ -180,6 +180,13 @@    * A flakey "p4" test has been removed.   + * The code and tests assume that the system supplied iconv() would + always use BOM in its output when asked to encode to UTF-16 (or + UTF-32), but apparently some implementations output big-endian + without BOM. A compile-time knob has been added to help such + systems (e.g. NonStop) to add BOM to the output to increase + portability. +    Fixes since v2.20  ----------------- @@ -439,3 +446,6 @@  (merge 2e285e7803 tz/gpg-test-fix later to maint).  (merge 5427de960b kl/pretty-doc-markup-fix later to maint).  (merge 3815f64b0d js/mingw-host-cpu later to maint). + (merge 5fe81438b5 rj/sequencer-sign-off-header-static later to maint). + (merge 18a4f6be6b nd/fileno-may-be-macro later to maint). + (merge 99e9ab54ab kd/t0028-octal-del-is-377-not-777 later to maint). 
diff --git a/SubmittingPatches.html b/SubmittingPatches.html index 7012bfb..0cc6e0f 100644 --- a/SubmittingPatches.html +++ b/SubmittingPatches.html 
@@ -1383,7 +1383,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:45 PST  + 2019-02-13 18:47:54 PST   </div>   </div>   </body>  
diff --git a/howto-index.html b/howto-index.html index 2f0bfc0..97d71a1 100644 --- a/howto-index.html +++ b/howto-index.html 
@@ -885,7 +885,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:36 PST  + 2019-02-13 18:47:44 PST   </div>   </div>   </body>  
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html index 8518836..7607fed 100644 --- a/howto/keep-canonical-history-correct.html +++ b/howto/keep-canonical-history-correct.html 
@@ -938,7 +938,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:41 PST  + 2019-02-13 18:47:49 PST   </div>   </div>   </body>  
diff --git a/howto/maintain-git.html b/howto/maintain-git.html index 7bbf5c4..a1ccc3f 100644 --- a/howto/maintain-git.html +++ b/howto/maintain-git.html 
@@ -1435,7 +1435,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:41 PST  + 2019-02-13 18:47:49 PST   </div>   </div>   </body>  
diff --git a/howto/new-command.html b/howto/new-command.html index a288eaa..eeec396 100644 --- a/howto/new-command.html +++ b/howto/new-command.html 
@@ -863,7 +863,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:37 PST  + 2019-02-13 18:47:45 PST   </div>   </div>   </body>  
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html index 6c37392..1e16d77 100644 --- a/howto/rebase-from-internal-branch.html +++ b/howto/rebase-from-internal-branch.html 
@@ -895,7 +895,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:41 PST  + 2019-02-13 18:47:49 PST   </div>   </div>   </body>  
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html index a626d1d..caaf947 100644 --- a/howto/rebuild-from-update-hook.html +++ b/howto/rebuild-from-update-hook.html 
@@ -847,7 +847,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:41 PST  + 2019-02-13 18:47:49 PST   </div>   </div>   </body>  
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html index 3d9090b..4e072b6 100644 --- a/howto/recover-corrupted-blob-object.html +++ b/howto/recover-corrupted-blob-object.html 
@@ -880,7 +880,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:40 PST  + 2019-02-13 18:47:48 PST   </div>   </div>   </body>  
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html index e92bda9..468d4db 100644 --- a/howto/recover-corrupted-object-harder.html +++ b/howto/recover-corrupted-object-harder.html 
@@ -1189,7 +1189,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:40 PST  + 2019-02-13 18:47:49 PST   </div>   </div>   </body>  
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html index ba9f443..1921ff0 100644 --- a/howto/revert-a-faulty-merge.html +++ b/howto/revert-a-faulty-merge.html 
@@ -1025,7 +1025,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:40 PST  + 2019-02-13 18:47:48 PST   </div>   </div>   </body>  
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html index f2e31b8..a4c952c 100644 --- a/howto/revert-branch-rebase.html +++ b/howto/revert-branch-rebase.html 
@@ -907,7 +907,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:38 PST  + 2019-02-13 18:47:46 PST   </div>   </div>   </body>  
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html index 94f59b9..13fce76 100644 --- a/howto/separating-topic-branches.html +++ b/howto/separating-topic-branches.html 
@@ -841,7 +841,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:40 PST  + 2019-02-13 18:47:48 PST   </div>   </div>   </body>  
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html index fa7fa9a..90b6b5d 100644 --- a/howto/setup-git-server-over-http.html +++ b/howto/setup-git-server-over-http.html 
@@ -1071,7 +1071,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:39 PST  + 2019-02-13 18:47:47 PST   </div>   </div>   </body>  
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html index 4f26fd6..f101ca0 100644 --- a/howto/update-hook-example.html +++ b/howto/update-hook-example.html 
@@ -930,7 +930,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:39 PST  + 2019-02-13 18:47:47 PST   </div>   </div>   </body>  
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html index f32fb6e..1192da3 100644 --- a/howto/use-git-daemon.html +++ b/howto/use-git-daemon.html 
@@ -791,7 +791,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:39 PST  + 2019-02-13 18:47:47 PST   </div>   </div>   </body>  
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html index 0755766..78769eb 100644 --- a/howto/using-merge-subtree.html +++ b/howto/using-merge-subtree.html 
@@ -848,7 +848,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:38 PST  + 2019-02-13 18:47:46 PST   </div>   </div>   </body>  
diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html index 3029e5c..3ed159a 100644 --- a/howto/using-signed-tag-in-pull-request.html +++ b/howto/using-signed-tag-in-pull-request.html 
@@ -952,7 +952,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:38 PST  + 2019-02-13 18:47:46 PST   </div>   </div>   </body>  
diff --git a/technical/api-index.html b/technical/api-index.html index 1319e2c..c0eb547 100644 --- a/technical/api-index.html +++ b/technical/api-index.html 
@@ -875,7 +875,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-02-06 23:18:49 PST  + 2019-02-13 18:47:58 PST   </div>   </div>   </body>